home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / nxyplot / Source / PlotDelegate.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  1.0 KB  |  36 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface PlotDelegate:Object
  7. {
  8.   id    plotParam;
  9.   id    servicesHandler;
  10.   id    canvasWindow;
  11.   id    controlPanel;
  12.   id    colorOptionButton;
  13.   id    formatHandler;
  14.   id    canvas;
  15.   id    printColorButton;    /* print color button on the preferences panel */
  16.   id    printLineStyleButton;    /* line style button on the preferences panel */
  17.   id    accPrintColorButton;    /* print color button on the accessory panel */
  18.   id    accPrintLineStyleButton;/* line style button on the accessory panel */
  19.   id    opaqueBackgroundButton; /* background button on the preferences panel */
  20.   char  *iconPath;        /* for drag and drop operation */
  21.   id    infoPanel;
  22.   id    helpPanel;
  23. }
  24.  
  25. - appWillInit:sender;
  26. - appDidInit:sender;
  27. - resetDefaults:sender;
  28. - plotFromPasteboard:pb userData:(const char *)userData error:(char **)errorMessage;
  29. - (BOOL)appAcceptsAnotherFile:sender;
  30. - (int)app:sender openFile:(const char *)fullPath type:(const char *)aType;
  31. - getArgs;
  32. - showInfo:sender;
  33. - showHelp:sender;
  34.  
  35. @end
  36.